You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > NormL2 Method > Matrix.NormL2 Method ([In] TDenseMtxVec, int, int, int, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.NormL2 Method ([In] TDenseMtxVec, int, int, int, bool)

Calculates the L2 norm ||V-Vec|| between Vec elements [VecIndex]..[VecIndex+Len-1] and calling Matrix elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public double NormL2([In] TDenseMtxVec Vec, int VecIndex, int Index, int Len, bool RelativeError);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!